ServiceGetAvailability Method (IListMailboxData, SerializableTimeZone, FreeBusyViewOptions) |
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic AvailabilityResponse GetAvailability(
IList<MailboxData> mailboxes,
SerializableTimeZone timeZone,
FreeBusyViewOptions freeBusyViewOptions
)
Public Function GetAvailability (
mailboxes As IList(Of MailboxData),
timeZone As SerializableTimeZone,
freeBusyViewOptions As FreeBusyViewOptions
) As AvailabilityResponse
Parameters
- mailboxes
- Type: System.Collections.GenericIListMailboxData
The attendees for which to retrieve availability information. - timeZone
- Type: Independentsoft.ExchangeSerializableTimeZone
The time zone in which to retrieve user availability information. - freeBusyViewOptions
- Type: Independentsoft.ExchangeFreeBusyViewOptions
The free busy view options.
Return Value
Type:
AvailabilityResponseDetailed information about the availability of the specified users, rooms, and resources.
See Also